h1.business-title-one {
    margin-top: 30px;
}
.first-business {
    animation: slide-in 750ms;
}

.second-business  {
    animation: slide-in 1250ms;
}

.third-business  {
    animation: slide-in 1750ms;
}
.fourth-business  {
    animation: slide-in 2250ms;
}
.fifth-business  {
    animation: slide-in 2750ms;
}
.sixth-business  {
    animation: slide-in 3250ms;
}
div#secondRow {
    margin-top: 60px;
}
img.img-one {
    width: 100%;
}
img.img-two {
    width: 100%;
}
img.img-three {
    width: 100%;
}
img.img-four{
    width: 100%;
}
img.img-five {
    width: 100%;
}
img.img-six {
    width: 100%;
}
h2.business-title-three {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
    text-shadow: #0065bd 5px 5px 5px;
}
@keyframes slide-in {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0%);
    }
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
img.img-one {
    width: 50%;
    margin-left: 25%;
}
img.img-two {
    width: 50%;
    margin-left: 25%;
    margin-top: 5%;
}

img.img-three {
    width: 50%;
    margin-left: 25%;
    margin-top: 5%;
}
img.img-four{
    width: 50%;
    margin-left: 25%;
}
img.img-five {
    width: 50%;
    margin-left: 25%;
    margin-top: 5%;
}
img.img-six{
    width: 50%;
    margin-left: 25%;
    margin-top: 5%;
}
}